home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4.lha / doc / outputhelp < prev    next >
Text File  |  2002-09-18  |  1KB  |  40 lines

  1. People have often commented how they can get color and/or eight bit
  2. characters working when running epic linked against ncurses and running
  3. under gnu screen.
  4.  
  5. All of this information was graciously provided by johnnie_doe@hotmail.com
  6. (Starv@ircnet)
  7.  
  8. COLORS:
  9. -------
  10. To get colors under gnu screen, add these lines to your .screenrc file:
  11.  
  12. termcap  vt102 'AF=\E[3%dm:AB=\E[4%dm'
  13. terminfo vt102 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
  14.  
  15. If screen does not default to 'vt102', make sure you set TERM to vt102 before
  16. you run epic.
  17.  
  18.  
  19. EIGHT BIT CHARS:
  20. ---------------
  21. If epic is linked against ncurses (it is by default), you can set some
  22. ncurses options to make it accept eight bit characters more gracefully.
  23. Add the following lines to your .inputrc:
  24.  
  25. set meta-flag on
  26. set convert-meta off
  27. set output-meta on
  28.  
  29. Then in EPIC, you may need to:
  30.     /set eight_bit ON
  31.     /set high_bit_escape 0
  32. and you should be on your way.
  33.  
  34. If you are using GNU screen, make sure you have "defc1 off" in your 
  35. screenrc file, because screen won't even display characters 128-159
  36. with it on (and it is on by default). (from Ben Winslow, May 16, 1999)
  37.  
  38. Good luck!
  39. Jeremy
  40.